Handle 386bsd.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 04:12:00 +0000 (04:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 04:12:00 +0000 (04:12 +0000)
config.sub
configure1.in

index 58e76bc1e42bfa052f87f6767173f8d72719ba98..294a23eb69f2786892ce2d1c86840564a27a6f07 100755 (executable)
@@ -498,7 +498,8 @@ case $os in
              | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
              | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
              | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
-             | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* )
+             | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
+             | -386bsd*)
                ;;
        -sunos5*)
                os=`echo $os | sed -e 's|sunos5|solaris2|'`
index 48f908bc43fe061cdf789cadb45d1f42d50154b5..f394c9f45ee2575d682d96a2263737c8c7f7f712 100755 (executable)
@@ -641,6 +641,7 @@ case "${configuration}" in
       *-linux* )               opsys=linux ;;
       *-sco3.2v4* )            opsys=sco4 ;;
       *-bsd386* )              opsys=bsd386 ;;
+      *-386bsd )               opsys=386bsd ;;
       ## Otherwise, we'll fall through to the generic opsys code at the bottom.
     esac
   ;;